type github.com/refraction-networking/utls.halfConn
10 uses
github.com/refraction-networking/utls (current package)
conn.go#L105: in, out halfConn
conn.go#L172: type halfConn struct {
conn.go#L199: func (hc *halfConn) setErrorLocked(err error) error {
conn.go#L210: func (hc *halfConn) prepareCipherSpec(version uint16, cipher any, mac hash.Hash) {
conn.go#L218: func (hc *halfConn) changeCipherSpec() error {
conn.go#L232: func (hc *halfConn) setTrafficSecret(suite *cipherSuiteTLS13, level QUICEncryptionLevel, secret []byte) {
conn.go#L243: func (hc *halfConn) incSeq() {
conn.go#L260: func (hc *halfConn) explicitNonceLen() int {
conn.go#L343: func (hc *halfConn) decrypt(record []byte) ([]byte, recordType, error) {
conn.go#L483: func (hc *halfConn) encrypt(record, payload []byte, rand io.Reader) ([]byte, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |